home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: rykk <rykk@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: visual c++ 1.5 compiler not working in windows 95
- Date: 21 Jan 1996 21:49:48 GMT
- Organization: Netcom
- Message-ID: <4ducds$aei@ixnews6.ix.netcom.com>
- NNTP-Posting-Host: sac-ca10-07.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-NETCOM-Date: Sun Jan 21 1:49:48 PM PST 1996
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- when i try to compile "hello world" the most basic program, my compiler tells me i
- have over 102 errors and quits. the errors it lists makes little sense. just to
- verify that i am doing it right, here is what i do:
- open msvc
- open new,
- write
-
-
- #include <iostream.h>
- void main()
- {
- cout << "hello world\n";
- }
-
- then i pull down the "project" item and chose compile am i doing it right?
- thank you!
-
-